testborderdrawing: Don't crash on exit
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2020 12:18:07 +0000 (08:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2020 12:19:07 +0000 (08:19 -0400)
tests/testborderdrawing.c

index fa5b3125af057d25a44ff8cf13bd4c09b0f0b0f2..e78f32494023e39548edc984e1493085ed9a6119 100644 (file)
@@ -170,6 +170,4 @@ main (int argc, char **argv)
 
   while (!done)
     g_main_context_iteration (NULL, TRUE);
-
-  gtk_window_destroy (GTK_WINDOW (window));
 }